projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1de301
)
(auto-mode-alist): Recognize GNUmakefile.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Feb 1996 00:55:11 +0000
(
00:55
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Feb 1996 00:55:11 +0000
(
00:55
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 5f2a149681ab0339f411829505fad082c1a989a6..4ceab9c5d1d9d9c4d2b53ec47227b0bb606f462d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-941,7
+941,7
@@
run `normal-mode' explicitly."
("\\.c\\+\\+\\'" . c++-mode)
("\\.h\\+\\+\\'" . c++-mode)
("\\.mk\\'" . makefile-mode)
- ("
[Mm]
akefile\\(.in\\)?\\'" . makefile-mode)
+ ("
\\(M\\|m\\|GNUm\\)
akefile\\(.in\\)?\\'" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.texinfo\\'" . texinfo-mode)